/-app
/-app/appRoot
/-app/koBindingHandlers
/-app/moreDialog
body.css
flyout-branding.css
flyout.css
start.ts
status.css
tree-and-bar.css
tree-details.css
/-docs ...
/-docs/types ...
/-docs/types/text ...
/-docs/types/text/base
/-docs/types/text/css
/-docs/types/text/html
/-docs/types/text/js
/-docs/types/text/json
/-docs/types/text/less
/-docs/types/text/sass
/-docs/types/text/scrollerView ...
ScrollerModel.ts
ScrollerView.html
style.css
/-docs/types/text/scss
/-docs/types/text/ts
CodeMirror-ext.css
CodeMirrorDocHandler.ts
api.ts
load.ts
api.ts
listSubmodules.ts
load.ts
DocHost.ts
/-files
/-imports
/-persistence
/-typescript
/-typings
errors.js
functions.ts
index.html
try.js
1
.teapo-scroller-outer {
2
  float: left;
3
  width: 0px;
4
  height: 100%;
5
  margin-top: -2em;
6
}
7
​
8
.teapo-scroller-thumb {
9
  position: relative;
10
  border: solid 3px red;
11
  width: 2.2em;
12
  margin: -0.1em;
13
  opacity: 0.5;
14
}
15
​
16
.teapo-scroller-line-host {
17
  width: 2em;
18
}
19
​
20
.teapo-scroller-line {
21
  background: gray;
22
  font-size: 3pt;
23
}
91:64